home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 1.iso / pc / menu.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1997-04-14  |  139 b   |  11 lines

  1. on exitFrame
  2.   global gmtype
  3.   cursor(200)
  4.   cursor(-1)
  5.   if gmtype = 0 then
  6.     go(1, "M_BRO_M")
  7.   else
  8.     go(1, "M_BRO_W")
  9.   end if
  10. end
  11.